home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19971216-19980424 / 000121_news@newsmaster….columbia.edu _Mon Jan 26 10:57:20 1998.msg < prev    next >
Internet Message Format  |  1998-04-22  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA13905
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 26 Jan 1998 10:57:20 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA08168
  7.     for kermit.misc@watsun; Mon, 26 Jan 1998 10:57:19 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: need file transfer info
  12. Date: 26 Jan 1998 15:57:18 GMT
  13. Organization: Columbia University
  14. Lines: 36
  15. Message-ID: <6aibou$j0o$1@apakabar.cc.columbia.edu>
  16. References: <6aao76$97n$1@mozart.jlc.net> <6aath0$137$1@apakabar.cc.columbia.edu> <6ab7rq$dps$1@mozart.jlc.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8301
  19.  
  20. In article <6ab7rq$dps$1@mozart.jlc.net>,
  21. Glenn Sherman <gsherman@remove_this.jlc.net> wrote:
  22. : >If you want to see a dramatic difference without doing any reading first,
  23. : >try this:
  24. : >
  25. : >  kermit -i -Q -s filename
  26. : >
  27. : >(add the "-Q" (uppercase) command-line option; mnemonic Quick -- equivalent
  28. : >to the FAST command).  This increases the Kermit packet length and window
  29. : >size.  You should not need to mess with the TCP parameters except under
  30. : >exceptional circumstances.
  31. : >
  32. : >- Frank
  33. : What kind of speed (cps) should I expect to get with kermit over TCP/IP ?
  34. That would depend on the underlying communications medium: Dialup, 10Mbps
  35. Ethernet, 100Mbps Ethernet, etc.  On the faster mediums, the computer tends
  36. to become the bottleneck.  It also depends on whether you are making a
  37. connection from one node on your local net to another on the same net, or if
  38. you are going out over the Internet, and to what extent the net (and each
  39. segment of it, and each router, etc) are congested.
  40.  
  41. : I am assuming you were talking about chapter 12 in the manual.
  42. Right, Chapter 12 of "Using C-Kermit", 2nd Edition (1997), or Chapter 8 of
  43. the first edition.
  44.  
  45. : using the -Q option boosted the transfer to 28000 cps.
  46. That would be pretty good for a V.34 PPP connection, not very good for a
  47. direct Ethernet connection.  For long-haul TCP/IP connections, rates can
  48. vary just as much as FTP; in this case the net itself tends to be the
  49. bottleneck.
  50.  
  51. - Frank